projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545c5f1
)
Minor doc fix
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 17 Sep 2018 02:35:26 +0000
(22:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 17 Sep 2018 03:07:00 +0000
(23:07 -0400)
Clarify some wording.
gtk/gtkfilterlistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilterlistmodel.c
b/gtk/gtkfilterlistmodel.c
index 4703d66816740874fcb104a902c68bdb9348cc03..47def9656d8518ce95bf52d2967742e0626510dd 100644
(file)
--- a/
gtk/gtkfilterlistmodel.c
+++ b/
gtk/gtkfilterlistmodel.c
@@
-33,7
+33,7
@@
*
* #GtkFilterListModel is a list model that filters a given other
* listmodel.
- * It hides some elements from the other
elements
according to
+ * It hides some elements from the other
model
according to
* criteria given by a #GtkFilterListModelFilterFunc.
*/